Hotspot description ...


Properties


Enabled

bool Enabled

Gets/sets whether this hotspot is enabled.


ID

int ID

Gets the ID of the hotspot.


Name

string Name

Gets the name of the hotspot.


WalkToX

int WalkToX

Gets the X co-ordinate of the walk-to point for this hotspot.


WalkToY

int WalkToY

Gets the Y co-ordinate of the walk-to point for this hotspot.


Methods


GetAtScreenXY

static Hotspot GetAtScreenXY(int x, int y)

Returns the hotspot at the specified location.


GetBinaryProperty

int GetBinaryProperty(string property)

Gets a binary integer Custom Property for this hotspot (0 or 1).


GetBoolProperty

bool GetBoolProperty(string property)

Gets a bool Custom Property for this hotspot.


GetIntegerProperty

LooseInteger GetIntegerProperty(string property)

Gets an integer Custom Property for this hotspot.


GetTextProperty

string GetTextProperty(string property)

Gets a text Custom Property for this hotspot.


RunInteraction

void RunInteraction(CursorMode cursorMode)

Runs the specified event handler for this hotspot.


SetBinaryProperty

void SetBinaryProperty(string property, int value)

Sets a binary integer Custom Property for this hotspot.


SetBoolProperty

void SetBoolProperty(string property, bool value)

Sets a bool Custom Property for this hotspot.


SetIntegerProperty

void SetIntegerProperty(string property, int value)

Sets an integer Custom Property for this hotspot.


SetTextProperty

void SetTextProperty(string property, string value)

Sets a text Custom Property for this hotspot.